<* ** here are the macros to our example project *> <$macro ITS_ME>
Its Me(me@some.where)
<$macro WEBPAGE> <* SGML header *> <* important comment *> <*-------------------------------------*> <$macro /WEBPAGE> <* closing BODY started in HEADING *> <* closing HTML started in WEBPAGE *> <*-------------------------------------*> <$macro HEADING TITLE:string> <* insert title and heading *> <$insert text=<TITLE>>

<$insert text=> </h1> </head> <body> <* BODY starts here, but ends in </WEBPAGE> *> </$macro> <*-------------------------------------*> <$macro FOOTLINE> <hr> Updated by <ITS_ME> at <$insert time> </$macro>